Data Mining Assignment 2
Cost sensitive classifiers

08305006: Prashanth K
08305023: Prashant Borole
08305028: Sriram Kashyap
08305045: Anup Kulkarni

Instructions to run:

• Run weka.jar from the command-line: java -jar weka.jar

• Edit the costs.cfg file so that the first line is the file path of the attribute
cost file and the second line is the file path of the cost matrix file (The
remaining lines are ignored).

• Load the dataset, and run one of these classifiers:
– trees.CostTree
– bayes.CostSensitiveNaiveBayes

